fix(deps): update dependency fumadocs-core to v15.7.0 #80
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
15.6.12->15.7.0Release Notes
fuma-nama/fumadocs (fumadocs-core)
v15.7.0Compare Source
Minor Changes
514052e: Include locale code intopage.pathPreviously when i18n is enabled,
page.pathis not equal to the virtual file paths you passed intoloader():This can be confusing, the only solution to obtain the original path was
page.absolutePath.From now, the
page.pathwill also include the locale code:While this change doesn't affect intended API usages, it may lead to minor bugs when advanced usage/hacks involved around
page.path.e785f98: Introduce page treefallbackAPIPage tree is a tree structure.
Previously, when an item is excluded from page tree, it is isolated entirely that you cannot display it at all.
With the new fallback API, isolated pages will go into
fallbackpage tree instead:{ "children": [ { "type": "page", "name": "Introduction" } ], "fallback": { "children": [ { "type": "page", "name": "Hidden Page" } ] } }Items in
fallbackare invisible unless you've opened its item.0531bf4: Introduce page tree transformer APIYou can now define page tree transformer.
50eb07f: Support type-safe i18n configAlthough optional, we highly recommend you to refactor the import to i18n middleware:
Patch Changes
e254c65: Simplify Source API storage managementec75601: SupportReactNodefor icons in page tree67df155:createFromSourcesupport asyncbuildIndexand Fumadocs MDX Async Modeb109d06: RedesignuseShiki&<DynamicCodeBlock />to use React 19 hooksConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.